home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 February / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Klienci P2P / Multi / Shareaza 2.2.3.0 / Shareaza_2.2.3.0.exe / {app} / Remote / readme,8.txt < prev    next >
Text File  |  2006-04-06  |  1KB  |  20 lines

  1. Author: Jonne (2006)
  2.  
  3. Useful information if you're working on the remote
  4. __________________________________________________
  5. I tried to get as much as possible into external files, so loading
  6. the remote is quicker as soon as your browser has cached the js and
  7. css files. This also makes editing the remote itself easier, as you 
  8. now only have to edit the css file to change the page style. You 
  9. should be able to do all your styling needs through css, without 
  10. having to touch the code. same with javascript: the .js is completely
  11. independant, and doesn't rely on functions coded into the html.
  12.  
  13. If you want to add more external resource files, you *must* put them
  14. in the '/images' folder. For some reason Shareaza is programmed to 
  15. only get resources from there, so don't create a 'js','script','css'
  16. or 'foo' folder because you prefer to have them seperated.
  17.  
  18. If you feel you hacked this remote into something useful, please post
  19. your changes somewhere on the Shareaza forums. They might make it into
  20. the next release (if they're really useful and crossbrowser).